home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 March / Pc Users extra 6.iso / pshare95 / prog / pvie / pview.exe / data.1 / mainwin.Frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1997-12-15  |  4.5 KB  |  133 lines

  1. VERSION 5.00
  2. Object = "{EDF439C0-99E5-11CF-AFF3-004005100200}#1.2#0"; "PVMARQ.OCX"
  3. Begin VB.Form MainFrm 
  4.    Caption         =   "Welcome"
  5.    ClientHeight    =   3525
  6.    ClientLeft      =   2055
  7.    ClientTop       =   1380
  8.    ClientWidth     =   6150
  9.    Icon            =   "mainwin.frx":0000
  10.    LinkTopic       =   "MainFrm"
  11.    PaletteMode     =   1  'UseZOrder
  12.    ScaleHeight     =   3525
  13.    ScaleWidth      =   6150
  14.    Begin VB.CommandButton UDLR 
  15.       Caption         =   "TreeView Control"
  16.       Height          =   495
  17.       Left            =   3480
  18.       TabIndex        =   3
  19.       Top             =   2760
  20.       Width           =   2055
  21.    End
  22.    Begin VB.CommandButton Command3 
  23.       Caption         =   "Font Selection"
  24.       Height          =   495
  25.       Left            =   360
  26.       TabIndex        =   2
  27.       Top             =   2760
  28.       Width           =   2055
  29.    End
  30.    Begin VB.CommandButton Command2 
  31.       Caption         =   "Masked Input Controls"
  32.       Height          =   495
  33.       Left            =   3480
  34.       TabIndex        =   1
  35.       Top             =   1800
  36.       Width           =   2055
  37.    End
  38.    Begin VB.CommandButton Command1 
  39.       Caption         =   "Dial and Progress Bar"
  40.       Height          =   495
  41.       Left            =   360
  42.       TabIndex        =   0
  43.       Top             =   1800
  44.       Width           =   2055
  45.    End
  46.    Begin PVMarqueeLib.PVMarquee PVMarquee1 
  47.       Height          =   1095
  48.       Left            =   480
  49.       TabIndex        =   4
  50.       Top             =   240
  51.       Width           =   4935
  52.       _Version        =   65538
  53.       _ExtentX        =   8705
  54.       _ExtentY        =   1931
  55.       _StockProps     =   29
  56.       Text            =   "<IMG 1> Welcome to the <H 1>Visual Basic<H 0> Sample for <H 2>ProtoView WinX <IMG 1>"
  57.       BackColor       =   16777215
  58.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  59.          Name            =   "MS Sans Serif"
  60.          Size            =   12
  61.          Charset         =   0
  62.          Weight          =   400
  63.          Underline       =   0   'False
  64.          Italic          =   0   'False
  65.          Strikethrough   =   0   'False
  66.       EndProperty
  67.       TickTime        =   50
  68.       Picture1        =   "mainwin.frx":030A
  69.       BeginProperty Font1 {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  70.          Name            =   "MS Sans Serif"
  71.          Size            =   18
  72.          Charset         =   0
  73.          Weight          =   700
  74.          Underline       =   0   'False
  75.          Italic          =   0   'False
  76.          Strikethrough   =   0   'False
  77.       EndProperty
  78.       BeginProperty Font2 {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  79.          Name            =   "MS Sans Serif"
  80.          Size            =   18
  81.          Charset         =   0
  82.          Weight          =   700
  83.          Underline       =   0   'False
  84.          Italic          =   -1  'True
  85.          Strikethrough   =   0   'False
  86.       EndProperty
  87.       BeginProperty Font3 {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  88.          Name            =   "MS Sans Serif"
  89.          Size            =   12
  90.          Charset         =   0
  91.          Weight          =   400
  92.          Underline       =   0   'False
  93.          Italic          =   0   'False
  94.          Strikethrough   =   0   'False
  95.       EndProperty
  96.       BeginProperty Font4 {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  97.          Name            =   "MS Sans Serif"
  98.          Size            =   12
  99.          Charset         =   0
  100.          Weight          =   400
  101.          Underline       =   0   'False
  102.          Italic          =   0   'False
  103.          Strikethrough   =   0   'False
  104.       EndProperty
  105.       BeginProperty Font5 {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  106.          Name            =   "MS Sans Serif"
  107.          Size            =   12
  108.          Charset         =   0
  109.          Weight          =   400
  110.          Underline       =   0   'False
  111.          Italic          =   0   'False
  112.          Strikethrough   =   0   'False
  113.       EndProperty
  114.       Text            =   "<IMG 1> Welcome to the <H 1>Visual Basic<H 0> Sample for <H 2>ProtoView WinX <IMG 1>"
  115.    End
  116. Attribute VB_Name = "MainFrm"
  117. Attribute VB_GlobalNameSpace = False
  118. Attribute VB_Creatable = False
  119. Attribute VB_PredeclaredId = True
  120. Attribute VB_Exposed = False
  121. Private Sub Command1_Click()
  122. GraphXFrm.Show
  123. End Sub
  124. Private Sub Command2_Click()
  125. DateFrm.Show
  126. End Sub
  127. Private Sub Command3_Click()
  128. FontsFrm.Show
  129. End Sub
  130. Private Sub UDLR_Click()
  131. UDLRFrm.Show
  132. End Sub
  133.